home *** CD-ROM | disk | FTP | other *** search
- /***********************************************/
- /* text properties */
- /***********************************************/
-
- body{
- font-family: Arial, Helvetica, sans-serif;
- color: #333333;
- font-size: x-small;
- voice-family: "\"}\"",inherit;
- font-size: small;
- margin:20px 40px;
- padding: 0px 40px;
- }
-
- html>body { font-size: small;}
-
- p,h5 {margin: 10px 0 10px 0;}
-
- h1, h2, h3, h4 {
- font-family: Arial, Helvetica, sans-serif;
- font-weight:bold;
- color: #990000;
- letter-spacing: -1px;
- margin: 0px 0px 10px 0px;
- font-size: large;
- padding-top: 30px;
- }
-
- .notopmargin {margin-top:0px; padding-top:0px;}
-
- h1 {
- font-size: x-large;
- padding-top:0;
- }
-
- h3 {font-size: medium;}
-
- hr {
- margin-top: 20px;
- }
-
- ul {list-style-type: none; padding-left:0; margin-left: 10px;}
-
- ul li {background: url(bullet.gif) no-repeat;
- margin-top: 10px;
- padding-left: 14px;
- margin-bottom: 10px;
- margin-left: 0px;}
-
- .infotext {padding: 1px 0px 1px 25px;
- background: url(info.gif) no-repeat;}
-
- ol {list-style-type:none; padding-left: 0px; margin-top: 20px; margin-left: 5px;}
- .bullet_one, .bullet_two, .bullet_three, .bullet_four, .bullet_five, .bullet_six {background: no-repeat; padding: 2px 0px 10px 30px; margin-bottom:20px;}
- .bullet_one {background-image: url(bullet_one.gif)}
- .bullet_two {background-image: url(bullet_two.gif)}
- .bullet_three {background-image: url(bullet_three.gif)}
- .bullet_four {background-image: url(bullet_four.gif)}
- .bullet_five {background-image: url(bullet_five.gif)}
- .bullet_six {background-image: url(bullet_six.gif)}
-
- a:link, a:visited, a:hover {
- color: #000099;
- font-weight: bold;
- text-decoration: none;
- }
-
- a:hover {color: #0066CC;}
-
- .help {cursor: help;}
-
- .highlight {
- background-color:#FFFFCC;
- border: solid 1px;
- border-color:#CCCCCC;
- margin: 30px 0px;
- padding:10px 20px;
- }
-
- /*******************/
- /* Normal Button */
- /*******************/
-
- ul.button {margin: 0px 0px 0px 0px; list-style-type: none; clear:both;}
-
- .button li, p.button {
- background: url("bl.gif") no-repeat center left;
- white-space: nowrap; float: left;
- background-color: #990000;
- padding-left: 10px;
- margin:20px 0;}
-
- .button li {margin: 10px 10px 10px 0; display: inline; }
-
- p.button {clear:both; margin: 20px 20px 20px 0px;}
-
- .button a {
- display: block;
- }
-
- /* Commented backslash hack hides rule from IE5-Mac \*/
- .button a
- {float: none;}
- /* End IE5-Mac hack */
-
- .button a, .button a:link, .button a:hover, .button a:visited {
- background: url("br.gif") no-repeat center right;
- color: #FFFFFF; margin: 0;
- padding-bottom: 3px;
- padding-top: 3px;
- padding-right: 10px;}
-
- .button a:hover {text-decoration:underline;}
-
- p.button, ul.button {float:right}
-
- em.type, span.type, p.type {
- font-family:"Courier New", Courier, monospace;
- font-style:normal;
- font-weight:bolder;
- padding: 2px 10px;
- }
-